Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.31.0 #378

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry:opentelemetry-bom 1.26.0 -> 1.31.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)

v1.31.0

API
Incubator
  • Refactor advice API to simplify usage
    (#​5848)
SDK
  • BatchLogRecordProcessor and BatchSpanProcessor unify queueSize metric
    description and attribute name for processorType
    (#​5836)
Metrics
  • Allow instrument names to contain a forward slash
    (#​5824)
  • Memory Mode support: Adding memory mode, and implementing it for Asynchronous Instruments
    (#​5709,
    #​5855)
  • Stabilize MetricProducer, allow custom MetricReaders
    (#​5835)
  • Drop NaN measurements to metric instruments
    (#​5859)
  • Fix flaky MetricExporterConfigurationTest
    (#​5877)
Logs
  • Add addAllAttributes() to ReadWriteLogRecord.
    (#​5825)
Exporters
  • Prometheus exporter: handle colliding metric attribute keys
    (#​5717)
SDK Extensions
  • File configuration ConfigurationReader handles null values as empty
    (#​5829)
Semantic conventions
Project Tooling

v1.30.1

  • Fix autoconfigure bug creating multiple PrometheusHttpServer instances with same port
    (#​5911)

v1.30.0

API
Incubator
  • Add experimental synchronous gauge
    (#​5506)
SDK
Metrics
  • Add attributes advice API
    (#​5677,
    #​5722)
  • Add AttributesProcessor toString, add attribute filter helper
    (#​5765)
  • Increase metric name maximum length from 63 to 255 characters
    (#​5697)
Exporter
  • Prometheus exporter: remove non-ucum units from conversion
    (#​5719)
  • Prometheus exporter: add units to metric names in TYPE and HELP comments
    (#​5718)
SDK Extensions
Semantic conventions
Project Tooling
  • Update Gradle Wrapper from 8.2.1 to 8.3
    (#​5728)
  • Remove dependabot and update-gradle-wrapper task in favor of renovate
    (#​5746)

v1.29.0

API
  • Update Span javadoc to allow null/empty attr values
    (#​5616)
SDK
  • Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge Resource
    with current
    (#​5619)
Metrics
  • Add LongHistogramAdviceConfigurer to improve api surface types
    (#​5689)
  • Instruments with names which are case-insensitive equal contribute to same
    metric, advice is not part of instrument identity.
    (#​5701)
Exporter
  • Add OtlpHttp{Signal}Exporter#toBuilder() methods
    (#​5652)
  • Add OtlpGrpc{Signal}Exporter#toBuilder() methods
    (#​5680)
  • Add #toString to OTLP exporters
    (#​5686)
  • Break out GrpcSender, GrpcSenderProvider
    (#​5617)
SDK Extensions
  • BREAKING: Delete zpages
    (#​5611)
  • Initialize file configuration with generated model classes and parse method
    (#​5399)
  • Refactor SpiUtil to improve mocking
    (#​5679)
  • Switch from snakeyaml to snakeyaml engine
    (#​5691)
  • Add experimental autoconfigure support for customizing cardinality limit
    (#​5659)
  • Reorganize autoconfigure docs by signal
    (#​5665)
Testing
  • Add hasResourceSatisfying to LogRecordDataAssert
    (#​5690)
OpenCensus Shim
  • Change OpenCensus shim default sampling to defer to OpenTelemetry
    (#​5604)
Project Tooling
  • Update Gradle Wrapper from 8.2 to 8.2.1
    (#​5618)
  • Fix gradle java version requirement warning
    (#​5624)
  • Refer to Adoptium/Temurin instead of AdoptOpenJDK
    (#​5636)
  • Use OtelVersionClassPlugin instead of reading version from resource
    (#​5622)
  • Enforce build-graal success in required status check
    (#​5696)

v1.28.0

opentelemetry-sdk-extension-autoconfigure is now stable! See "SDK
Extension" notes below for changes made prior to stabilization.

SDK
Metrics
  • Make Advice proper immutable class
    (#​5532)
  • Show attributes when async instruments record duplicate measurements
    (#​5542)
  • After cardinality limit exceeded record measurements to overflow series
    (#​5560)
Exporter
  • Add HttpSender abstraction with OkHttp implementation
    (#​5505)
  • Add HttpSenderProvider SPI
    (#​5533)
  • Add JDK 11+ HttpClient HttpSender implementation
    (#​5557)
  • Remove unnecessary :exporter:otlp:common dependencies
    (#​5535)
  • Fix OTLP exporter artifact name in an error message
    (#​5541)
  • Stabilize RetryPolicy API for OTLP exporters
    (#​5524)
  • DEPRECATION: opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thrift are now
    deprecated with the last release planned for 1.34.0 (January 2024)
    (#​5190)
SDK Extensions
  • Mark opentelemetry-sdk-extension-autoconfigure as stable
    (#​5577)
  • Refactor autoconfigure registerShutdownHook(boolean) to disableShutdownHook()
    (#​5565)
  • AutoConfiguredOpenTelemetrySdkBuilder does not set GlobalOpenTelemetry by default
    (#​5564)
  • Add public API to autoconfigure to access environment resource
    (#​5554)
  • Move autoconfigure getConfig to internal, remove getResource
    (#​5467)
  • Add autoconfigure support for low memory metric temporality setting
    (#​5558)
  • DEPRECATION: zpages extension from opentelemetry-sdk-extension-incubator
    is now deprecated
    (#​5578)
Project tooling
  • Publish build scans to ge.opentelemetry.io
    (#​5510)
  • Update Gradle Wrapper from 8.0.1 to 8.1.1
    (#​5531)
  • Add action to auto update gradle wrapper
    (#​5511)

v1.27.0

The log bridge API / SDK are now stable! Some important notes:

  • The contents of opentelemetry-api-logs have been merged into opentelemetry-api.
  • The contents of opentelemetry-exporter-otlp-logs have been merged
    into opentelemetry-exporter-otlp.
  • The contents of opentelemetry-sdk-logs-testing have been merged into opentelemetry-sdk-testing.
  • The opentelemetry-sdk-logs artifact has been marked stable.
  • opentelemetry-sdk-extension-autoconfigure has changed the default value
    of otel.logs.exporter from none to otlp.

NOTE: reminder that
the Logs Bridge API
is not meant for end users. Log appenders use the API to bridge logs from existing log
frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to
dictate how logs are processed and exported.
See opentelemetry.io for
documentation on usage.

API
  • Promote log API to stable
    (#​5341)
  • fix doc for OpenTelemetry class
    (#​5454)
SDK
  • Ensure correct compiled output and sources are included in multi version jar
    (#​5487)
Logs
  • Fix broken link
    (#​5451)
  • Add meaningful .toString to NoopLogRecordProcessor and DefaultOpenTelemetry
    (#​5493)
  • Promote log SDK to stable
    (#​5341)
Metrics
  • Reset exponential aggregator scale after collection
    (#​5496)
  • Experimental metric reader and view cardinality limits
    (#​5494)
Exporter
Testing
  • Merge sdk logs testing
    (#​5431)
  • Add a hasBucketBoundaries() variant that allows specifying precision
    (#​5457)
SDK Extensions
  • Enable otlp logs by default in autoconfigure
    (#​5433)
Semantic Conventions

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Aug 14, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 - autoclosed Sep 1, 2023
@renovate renovate bot closed this Sep 1, 2023
@sdelamo
Copy link
Contributor

sdelamo commented Sep 1, 2023

Closed via d0519aa

@renovate renovate bot deleted the renovate/io.opentelemetry-opentelemetry-bom-1.x branch September 1, 2023 09:35
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 - autoclosed fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 Sep 1, 2023
@renovate renovate bot reopened this Sep 1, 2023
@renovate renovate bot restored the renovate/io.opentelemetry-opentelemetry-bom-1.x branch September 1, 2023 09:49
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.30.0 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/io.opentelemetry-opentelemetry-bom-1.x branch from 8859e20 to c94264b Compare September 8, 2023 20:25
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.30.0 fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.30.1 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/io.opentelemetry-opentelemetry-bom-1.x branch from c94264b to d349f90 Compare September 11, 2023 20:38
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.30.1 fix(deps): update dependency io.opentelemetry:opentelemetry-bom to v1.31.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/io.opentelemetry-opentelemetry-bom-1.x branch from d349f90 to f076f9f Compare October 6, 2023 23:21
@sdelamo sdelamo closed this in #393 Oct 12, 2023
sdelamo added a commit that referenced this pull request Oct 12, 2023
Close: #378 #377 #376 #375

https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.30.1
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.29.0
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0

* Refactor default OpenTelemetry factory

- Some parts of the OpenTelemetry API were moved to a separate dependency `opentelemetry-api-events`
- `GlobalLoggerProvider` is internal now
- `AutoConfiguredOpenTelemetrySdkBuilder.setResultAsGlobal(boolean)` no longer receives a boolean parameter

* Refactor "attributes getter" classes

- `NetServerAttributesExtractor` was deprecated
- Some methods were renamed
- Some other new methods were added to existing interfaces

* Remove use of deprecated `HttpFlavorValues`

According to the documentation
https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/http/#common-attributes
recommended values for `network.protocol.version` remain the same:
- "1.0"
- "1.1"
- "2.0"

However, `SemanticAttributes.HttpFlavorValues` has been deprecated with
no specific replacement.

* Remove use of deprecated `NetClientAttributesGetter`

* Rename messaging operation "send" to "publish" per spec

https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.28.0

* Small refactor

* Upgrade OpenTelemetry to version 1.30.0

* Add OpenTelemetry 1.30.0 as a dependency to the BOM

* Upgrade OpenTelemetry to version 1.30.1

* Apply suggestions from code review

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>

* Upgrade dependencies

* Update static import

* Use `HttpServerRoute` instead of deprecated `HttpRouteHolder`

---------

Co-authored-by: Guillermo Calvo <guillermo@guillermo.dev>
Co-authored-by: Guillermo Calvo <guillermocalvo@gmail.com>
@renovate
Copy link
Contributor Author

renovate bot commented Oct 12, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.31.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/io.opentelemetry-opentelemetry-bom-1.x branch October 12, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant